@charset 'utf-8';

/******样式清除******/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333333;
}

a {
	vertical-align: top;
}

img {
	border: 0;
	vertical-align: middle;
}

@keyframes myrotate {
	0% {
		transform: rotate(10deg);
	}

	20% {
		transform: rotate(-10deg);
	}

	40% {
		transform: rotate(10deg);
	}

	60% {
		transform: rotate(-10deg);
	}

	80% {
		transform: rotate(10deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

input,
button,
text {
	vertical-align: middle;
	outline: none;
	border: none;
}

button {
	padding: 0;
	background: none;
	cursor: pointer;
}


body {
	font-size: 15px;
	color: #333;
	font-family: "Microsoft YaHei";


}




/*清除浮动*/

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.lf {
	float: left;
}

.rt {
	float: right;
}

/* 边距 */
/*****边距调整****/
.mt30 {
	margin-top: 30px;
}

.pt30 {
	padding-top: 30px;
}

.p20 {
	padding: 20px;
}

/* 内容块 */
.centerWidth {
	width: 1400px;
	margin: 0px auto;
}

.maxWidth {
	width: auto;
	margin: 0px auto;
}

.overflows a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 头部 */

.nync_head {
	width: 100%;
	   height: 330px;
	background: url(nync_headbj.png) no-repeat center;

}

.nync_head .head-options {

	height: 56px;
	line-height: 80px;
}

.nync_head .head-options .link {
	vertical-align: middle;
	font-size: 18px;
	color: #447196;
}

.nync_head .logo {
	display: block;
	margin: 0 auto;
	margin-top: 0px;
	   width: 870px;
	height: 100px;
	background: url(nync_logo.png) no-repeat;
	background-size: contain;
}

.nync_head .search-box {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
	width: 40%;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
padding-left: 20px;

}
.lodojs{
display: flex;

}
.nync_head .search-box .drop-select {
	text-align: center;
	position: relative;
	margin-right: 22px;
	border: 0;
	width: 120px;
	color: #999;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
}

.nync_head .search-box .drop-select .arrow {
	margin-top: 16px;
	display: inline-block;
	text-align: center;
	width: 100%;
	padding: 0;
	position: relative;
	height: 27px;
	line-height: 27px;
	border-right: solid 1px #c9c9c9;
	cursor: pointer;
}

.nync_head .search-box .drop-select .tit {
	text-align: left;
	width: 50px;
	color: #999;
}

.nync_head .search-box .drop-select .select .arrow-icon {
	margin: 10px 0px 0px 20px;
	vertical-align: top;
	position: relative;
	display: inline-block;
	width: 18px;
	height: 11px;
	background-position-y: 50%;
	background-repeat: no-repeat;
	background: url(nync_xlcd.png);
	right: 5px;
}

.cm-drop .drop-select .arrow-icon.cur {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.cm-drop .drop-select .arrow-icon {
	width: 10px;
	height: 6px;
	margin-right: 10px;
	transition: 1s;
	-webkit-transition: 1s;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.cm-drop .dropdown-menu {
	position: absolute;
	width: 80px;
	display: none;
	height: unset;
	color: #566279;
	border: 1px solid #ededed;
	background: #ffffff;
	overflow-y: auto;
	z-index: 999;
}

.cm-drop .dropdown-menu li {
	width: 100%;
	text-align: center;
	line-height: 30px;
}

.nync_head .search-box .search-input {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: calc(100% - 250px);
	line-height: 30px;
	font-size: 16px;
	color: #999;
}

.nync_head .search-box .search-btn {
	position: absolute;
	right: 0;
	display: inline-block;
	width: 100px;
	height: 60px;
	background: #1671db url(nync_search.png) no-repeat center;
}

.nync_head .nav-box {
	margin-top: 42px;
	height: 116px;
	position: relative;
	background: url(nync-nav.png) no-repeat center;
}

.nync_head .nav-box .w1919 {
	height: 116px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}


.nync_head .nav-box .w1400 {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	width: 1280px;
	padding-top: 20px;
	margin-top: 10px;
	height: 107px;
	text-align: center;
	box-sizing: border-box;
}

.nync_head .tabPanel {
	display: flex;
	justify-content: space-between;

}

.nync_head .nav-box .nav-cell {
	display: block;
	box-sizing: border-box;
	height: 100%;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 56px;
}

.nync_head .tabPanel .panel {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.nync_head .nav-box .nav-cell img {
	margin-top: -4px;
	vertical-align: middle;
}

.nync_head .tabPanel .panel span {
	margin-left: 10px;
}

/* 头条 */
.xw-box {
	position: relative;
	width: 100%;
	height: 110px;
	border: 1px solid #f4f4f4;
	overflow: hidden;
}

.tt {
	width: 10%;
	text-align: center;
	margin-top: 12px;
}

.swp3 {
	display: inline-block;
	width: 89%;
	height: 100%;
}

.swp3 .swiper-slide {
	display: flex;
    align-items: center;
	box-sizing: border-box;
}
.homeboy{
padding-top: 20px;
}
.homeboy .con {
	margin-left: 30px;
	display: inline-block;
	vertical-align: top;
	width: 95%;
}

.con .tit {

	font-weight: bold;
	font-size: 32px;

    color: #0563c1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    line-height: 50px;
}

.f-otw {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.con .con-con {
	margin-top: 16px;
	color: #34332f;
	font-size: 18px;
	line-height: 18px;
}

/* 图片新闻 */
.borderf4 {
	border: solid 1px #f4f4f4;

}

.homeboy .swp4 {
	position: relative;
	display: inline-block;
	width: 760px;
	height: 430px;
}

.homeboy .pg4 {
	position: absolute;
	bottom: 0;
	margin-bottom: 24px;
	right: 10px;
	z-index: 1;
}

.homeboy .pg4 .swiper-pagination-switch {
	margin-right: 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #d5d1cc;
	cursor: pointer;
}

.homeboy .swp4 .cell {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-slide .cell img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.homeboy .swp4 .ts {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.homeboy .swp4 .ts span {
	display: block;
	height: 100%;

	width: 75%;
	padding-left: 20px;
}

.homeboy .pg4 .swiper-active-switch {
	background-color: #065aca;
}

.homeboy .sy-news-list {
	vertical-align: top;
	display: inline-block;
	margin-left: 30px;
	width: calc(100% - 760px - 30px);
}

.homeboy .sy-news-list .con2-lfas {
	position: relative;
	border-bottom: 1px solid #ededed;
	    width: 90%;

}

.homeboy .sy-news-list .con2-lfas a {
	margin-right: 10px;
	display: inline-block;
	line-height: 54px;
	padding: 0 0px;
    font-size: 22px;
	color: #006fc4;
}

.homeboy .sy-news-list .con2-lfas a.cur {
	border-bottom: 4px solid #006fc4;
	font-weight: bold;
	color: #006fc4;
}

.gd {
	color: #999999;
	font-size: 18px;
	float: right;
	margin-top: -33px;
}

.con2-item li {
	line-height: 60px;
	border-bottom: 1px dashed #dddddd;
}

.con2-item li a {
	padding-left: 12px;
	max-width: 80%;
	display: inline-block;
	font-size: 18px;
	color: #333333;
	background: url(nync-lip.png) left center no-repeat;
}

.con2-item li span {
	font-size: 15px;
	color: #999;
}

.tabitem {
	display: none;
}

.tabitem.cur {
	display: block;
}

.texts a:hover {
	color: #0068d0;
}

/* 中部专题 */
.con3 {
	width: 100%;
	height: 125px;
	position: relative;
	overflow: hidden;
}

.con3-img {
	width: 100%;
	height: 100%;
}

.con3-img a {
	position: absolute;
	left: 0;
	top: 0;
}

.con3-img img {
	width: 1400px;
	height: 120px;
}

a.moree {
	position: absolute;
	right: 0;
	top: 0;
	width: 48px;
	height: 55px;
	display: block;
}

.homeboy .sy-news-list.con2 {
	width: 100%;
	margin-left: 0;

}

.homeboy .sy-news-list .modulartitle a {

	color: #666666;
}

/* 信息公开 */
.con4_title {
	margin: 30px auto;
}

.con4_list li {
	float: left;
	padding: 0 10px;
}

.con4_list li:hover img {
	-webkit-transform: translate3d(0, 0, 0) scale(1.05);
	-moz-transform: translate3d(0, 0, 0) scale(1.05);
	-ms-transform: translate3d(0, 0, 0) scale(1.05);
	-o-transform: translate3d(0, 0, 0) scale(1.05);
	transform: translate3d(0, 0, 0) scale(1.05);
}

.con4_list li img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.con5_list li {
	float: left;
	height: 90px;
	width: 210px;
	border-radius: 10px;
	background-color: #f5faff;
	box-shadow: -10px -10px rgba(210, 210, 210, 0.6);
	box-shadow: rgb(0 0 0 / 12%) 0px 0px 12px;
	margin: 11px;
}

.con5_list li:hover {
	background-color: #0068d0;
}

.con5_list li:hover a {
	color: #fff;
}

.con5_list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
}

.con5_list li img {
	margin-right: 20px;
}

.con5_list_div span {
	font-size: 16px;
	font-weight: bold;
}

.con5_list_div p {
	font-size: 15px;
	font-weight: bold;
}

.foot {
	height: 350px;
	background: #f3f3f3;
}

.drop-select {
	width: 30%;
	margin: 0 23px;
	height: 45px;
	position: static;
	cursor: pointer;
	background: #fff url(nync_yqlj.png) no-repeat 360px center;
}

.foot .main-cell {
	position: relative;
}

.foot_liejie {
	padding: 30px 0;
}

.drop-select .tit {
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	color: #000000;
	padding-left: 70px;
	cursor: pointer;
}

.foot .drop-select .dropdown-menu {
	overflow: hidden;
	display: none;
	position: absolute;
	bottom: 60px;
	left: 0;
	z-index: 1;
	text-align: left;
	font-size: 16px;
	width: 1380px;
	height: 280px;
	padding: 10px;
	background-color: #ebf6ff;
}

.foot .drop-select .dropdown-menu .container {
	padding: 20px;
	background-color: #fff;
	height: 100%;
}

.foot .drop-select .dropdown-menu ul {
	background-color: #fff;
	height: 100%;
	overflow-y: auto;
}

.foot .drop-select .dropdown-menu li {
	width: 25%;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.foot_lxt {
	height: 10px;
	background: #0563c2;
}

.foot_text p {
	text-align: center;
	line-height: 40px;
	font-size: 18px;
}

.foot_text span {
	margin: 0 5px;
}

.foot_text {
	margin-top: 30px;
}

.leib {
	background-color: rgb(255, 255, 255);
	box-shadow: rgb(0 0 0 / 12%) 0px 0px 12px 0px;
	border-radius: 8px;

}

.leib_list {
	padding: 20px 30px;
}

#local {
	height: 30px;
	line-height: 30px;
	padding: 20px 0;
	border-bottom: 1px solid #dfdfdf;
}

.local_box {
	height: 30px;
	padding-left: 0px;
	font-size: 16px;
}

.list-title {
	background: #f3f3f3;
	line-height: 40px;
	color: #0563c1;
	font-size: 22px;
	padding: 0px 30px;
	font-weight: bold;
}

.list-con {
	border: #bbbbbb solid 1px;
	margin-top: 15px;
	padding: 30px 30px;
}

.list-con ul li {
	line-height: 40px;
	font-size: 16px;
	background: url(nync-lip2.png) left no-repeat;
	    padding-left: 20px;


}

.commonList_dot li span.date {
	color: #bdbdbd;
	float: right;
	padding-right: 6px;
}

.xiangq_title {
	padding: 20px 0;
}

.xiangq_title p {
	font-size: 36px;
	text-align: center;
	color: #666666;
}

.xiangq_sjzz {
	text-align: center;
}

.xiangq_sjzz span {
	font-size: 18px;
	color: #888888;
	margin: 0 15px;
}

.contentTitle {
	border-top: 1px solid #888888;
	margin: 30px 0;
	padding: 30px 0;
}

.contentTitle img {
	margin-bottom: -3px;
	max-width: 100% !important;
	text-align: center;
	height: auto;
}

.rdzhuanti {
	padding: 30px 0;
}

.rdzhuanti li {
	width: 22%;
	float: left;
	margin: 0 20px;
	position: relative;
}

.rdzhuanti li a {
	position: static;
}

.rdzhuanti li a p {
	position: absolute;
	top: 30%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.rdzhuanti2 li {
	width: 100%;
	margin: 20px 0;

}

.rdzhuanti2 li img {
	width: 100%;
}
.logo_wap,.con2-lfaswap,.con4_titlewap,.con3_wap{
	display: none;
}


.trs_paper_default p{
	
	line-height: 40px;
	
}
@media screen and (max-width: 760px) {
	body {
		width: 100%;
		overflow-x: hidden;
		min-width: auto;
		font-family: "Microsoft YaHei";
		color: #333;
		font-size: 14px;
	}
	 body .nync_head {
	    padding-top: 10px;
	    height: auto;
	    background: url(nync_headbjwap.png) no-repeat center top;
	    background-size: 100% auto;
	  }
			.nync_head .logo,.main-cell,.head-options,.nync_head .search-box .drop-select,.nync_head .nav-box .nav-cell img
			,.con2-lfaspc,.con4_titlepc,.con3_pc
			
			
			{
				display: none;
			}
.con2-lfaswap,.con4_titlewap,.con3_wap{
	display: block;
}
				.nync_head .logo_wap {
					display: block;
					margin: 0 auto;
					margin-top: 0px;
				    width: 67%;
				    height: 90px;
					background: url(nync_logowap.png) no-repeat;
					background-size: contain;
				}
				.nync_head .search-box{
					    width: 91%;
					    height: 36px;
					    line-height: 36px;
									    margin-top: 0px;
				}
				.nync_head .search-box .search-input{
					
					    text-indent: 12px;
					    font-size: 14px;
					    position: static;
					    margin-top: 0;
					    width: calc(100% - 2.5rem);
					    line-height: 36px;
					    color: #999;
				}
				.nync_head .search-box .search-btn{
					width: 50px;
					height: 36px;
					    background-size:16px 16px;
				}
			.nync_head .nav-box{
				background: none;
				margin-top: 10px;
				height: auto;
			}
			.nync_head .nav-box .w1919 {
    height: auto;
   
}
#local {
    height: auto;
   margin: 10px 0;
       padding: 0px 0;
}
.local_box {
    height: auto;

}
			.nync_head .nav-box .w1400{
				width: 100%;
				    padding-top: 0;
				    margin-top: 0;
				    height: auto;
								text-align: center;
								    background: #017ad7;
								    box-sizing: border-box;
												position: relative;
												    z-index: 2;

				
			}
.nync_head .tabPanel{
	    flex-wrap: wrap;
	    justify-content: normal;
}
.nync_head .tabPanel .panel{
	    line-height: 40px;
	    width: 33.3%;
	    height: 40px;
	    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
	    border-right: 2px solid rgba(255, 255, 255, 0.15);
					    font-size: 16px;
	
}
.centerWidth{
	

	    width: 100%;
	  
}
.homeboy{
	 margin-top: 10px;
	 padding: 0 3.2%;
	
}
.homeboy .swp4{
	
	width: 100%;
	    height: auto;
}
.xw-box {
    position: relative;
    width: 100%;
    height: 78px;
    border: 1px solid #f4f4f4;
    overflow: hidden;
}
.tt{
	width: 80px;
	margin-top: 10px;
}
.tt img{
	width: 100%;
}
.swp3{
	  width: calc(100% - 82px); 
}
.con .tit{
	    font-weight: bold;
	    font-size: 18px;
	    line-height: 30px;
	    color: #0563c1;
}
.con .con-con{
	font-size: 14px;
	    margin-top: 5px;
}
.swp3 .swiper-slide{
	padding-top: 10px;
}
.homeboy .con {
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    width: 95%;
}
.homeboy .swp4 .cell {
    height: auto;
}
.swiper-slide .cell img {
    height: auto;
}
 body .swp4 .swiper-wrapper {
    height: auto !important;
  }
  body .swp4 .swiper-slide {
    height: auto !important;
  }
		.homeboy .swp4 .ts {
		    height: 30px;
		    line-height: 30px;
		    font-size: 14px;
		}
		.homeboy .pg4{
			margin-bottom: 5px;
			display: none;
		}
		.homeboy .sy-news-list{
			    width: 100%;
							margin-left: 0;
							margin-bottom: 30px;
		}
		.homeboy .sy-news-list .con2-lfas a {
		    margin-right: 0px;
		    line-height: 30px;
		    font-size: 16px;
						padding: 0 2px;
		}
		.con2-item li{
			line-height: 40px;
		}
		.con2-item li a {
		    max-width: 68%;
		    font-size: 14px;
		}


/* 中部专题 */
.con35{
	width: 100%;
	height: 90px;
	position: relative;
	overflow: hidden;
}

.con35-img {
	width: 100%;
	height: 100%;
}

.con35-img a {
	position: absolute;
	left: 0;
	top: 0;
  height: 100%;
}

.con35-img img {
	width: 100%;
height: 100%;
}


		.con4_list li {
		    float: left;
		    padding: 5px 5px;
		    width: 47%;
		}
		.con4_list li img{
			width: 100%;
		}
		.con5_list li{
			    width: 95%;
			    margin: 25px auto;
			    float: inherit;
		}
		.gd{
			position: absolute;
			    bottom: -30px;
			    background: #F2F2F2;
			    width: 100%;
			    line-height: 35px;
			    font-size: 16px;
			    text-align: center;
		}
		.tabitem {
		    position: relative;
		}
		.foot{
			height: auto;
		}
		.foot_text span{
			display: block;
		}
		.list-con {
		    margin-top: 15px;
		    padding: 10px 5px;
		}
		.list-con ul.commonList_dot li{
			background: none;
			padding-left: 0;
			    border-bottom: 1px solid #d9e1e7
		}
		.leib{
			box-shadow: none;
		}
		.leib .leib_list{
			padding: 5px 5px;
		}
		.con4_titlewap img{
			width: 100%;
		}
.lodojs {
    display: inherit;
    padding-top: 0px;
}
.homeboy .sy-news-list .con2-lfass a {
    
    width: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.homeboy .sy-news-list .con2-lfas {
	position: relative;
	border-bottom: 1px solid #ededed;
	    width: auto;

}
}